diff options
Diffstat (limited to 'src/app/groups/[groupId]/@modal/default.tsx')
| -rw-r--r-- | src/app/groups/[groupId]/@modal/default.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/groups/[groupId]/@modal/default.tsx b/src/app/groups/[groupId]/@modal/default.tsx new file mode 100644 index 0000000..86b9e9a --- /dev/null +++ b/src/app/groups/[groupId]/@modal/default.tsx @@ -0,0 +1,3 @@ +export default function Default() { + return null +} |
